#include "deGlobalTypes.hpp"
Include dependency graph for deByteOrder.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| u16 | deSwap16 (u16 x) |
| u32 | deSwap32 (u32 x) |
| u64 | deSwap64 (u64 x) |
| s16 | deSwap16 (s16 val) |
| s32 | deSwap32 (s32 val) |
| s64 | deSwap64 (s64 val) |
| float | deSwap32 (float val) |
| double | deSwap64 (double val) |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
reverse the byte ordering in a 16-bit value. used via macros: deByteOrderLE16 and deByteOrderBE16 |
|
|
|
|
|
|
|
|
reverse the byte ordering in a 32-bit value. used via macros: deByteOrderLE32 and deByteOrderBE32 |
|
|
|
|
|
|
|
|
reverse the byte ordering in a 64-bit value. used via macros: deByteOrderLE64 and deByteOrderBE64 |
1.3-rc3